
body {
  background-color: #d98cb3;
  /* unvisited link */
a:link {
  color: #660066;
}

/* visited link */
a:visited {
  color: #6600cc;
}

/* mouse over link */
a:hover {
  color: #ddccff;
}
}

h1 {
  color: white;
  text-align: center;
  font-family: Courier New;
}

p {
  font-family: Courier New;
  font-size: 20px;
  text-align: center;
    max-width: 1000px;
  margin: auto;
  a {
  text-decoration: none;

}
}